home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
utils
/
text
/
text2c-0.000
/
text2c-0
/
text2c-0.1
/
README
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-29
|
341 b
|
17 lines
TEXT2C README
29 Jun 1995
text2c: how to convert a text file into an auto-extracting C source file
The BadThing(TM)
features:
- the output file is ~100 times the size of the input file
- no line wrapping is made in the output file (may crash the compiler)
to extract text2c:
gcc -o x text2c-sfx.c
x > text2c.c
gcc -o text2c text2c.c